projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469414a
)
(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 1996 19:49:35 +0000
(19:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 1996 19:49:35 +0000
(19:49 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 9d53d83425ce8d4b7a1723f05bc7731819361c9a..744e19db7124569100926cd3853908556d2798e7 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-2711,7
+2711,7
@@
SIGTYPE
arith_error (signo)
int signo;
{
-#if
def USG
+#if
defined(USG) && !defined(POSIX_SIGNALS)
/* USG systems forget handlers when they are used;
must reestablish each time */
signal (signo, arith_error);